Add VCF format.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 10 Jan 2005 01:56:27 +0000 (01:56 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 10 Jan 2005 01:56:27 +0000 (01:56 +0000)
gpsbabel/vecs.c

index 5f9673d8998a609f797564b2545c6d30f4483d15..4240f8c5f80453391273db3846f174413dc44f20 100644 (file)
@@ -71,6 +71,7 @@ extern ff_vecs_t igc_vecs;
 extern ff_vecs_t brauniger_iq_vecs;
 extern ff_vecs_t hiketech_vecs;
 extern ff_vecs_t glogbook_vecs;
+extern ff_vecs_t vcf_vecs;
 
 static
 vecs_t vec_list[] = {
@@ -321,6 +322,13 @@ vecs_t vec_list[] = {
                 "Garmin Logbook XML",
                 NULL
         },
+        {
+                &vcf_vecs,
+                "vcf",
+                "Vcard Output (for iPod)",
+                "vcf",
+                NULL
+        },
        {
                NULL,
                NULL,